home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
teco.arc
/
NEXT.C
< prev
next >
Wrap
C/C++ Source or Header
|
1986-07-15
|
303b
|
14 lines
#include <ctype.h>
#include <stdio.h>
#include <string.h>
next() /* Search file for (alt terminated) string */
{
#include "teco.h"
while (bufptr) { /* Scan thru file */
search(); /* ... scan page */
if (bufptx) break; /* Found the item */
page(); /* ... next page */
}
}